home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _99d2a74451ac7004376b4b6c5fecfee3 < prev    next >
Encoding:
Text File  |  2002-05-01  |  131 b   |  10 lines

  1. package URI::ssh;
  2. require URI::_login;
  3. @ISA=qw(URI::_login);
  4.  
  5. # ssh://[USER@]HOST[:PORT]/SRC
  6.  
  7. sub default_port { 22 }
  8.  
  9. 1;
  10.